From: Dave Love Date: Mon, 6 Oct 2003 16:44:15 +0000 (+0000) Subject: Index lexical scoping X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~25270 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b8b448249246781a97f2b447ea71102f2b69b50d;p=emacs.git Index lexical scoping --- diff --git a/lispref/variables.texi b/lispref/variables.texi index ab5e99e506c..d9431b7fd9e 100644 --- a/lispref/variables.texi +++ b/lispref/variables.texi @@ -904,6 +904,7 @@ the others. @cindex scope @cindex extent @cindex dynamic scoping +@cindex lexical scoping Local bindings in Emacs Lisp have @dfn{indefinite scope} and @dfn{dynamic extent}. @dfn{Scope} refers to @emph{where} textually in the source code the binding can be accessed. ``Indefinite scope'' means